From: Daniel Boles Date: Mon, 6 Mar 2017 20:57:17 +0000 (+0000) Subject: testheightforwidth: Add missing unref X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~723 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=0349574b477bf8febde96d9d3ff50819c5ae7dea;p=gtk%2B3.0.git testheightforwidth: Add missing unref --- diff --git a/tests/testheightforwidth.c b/tests/testheightforwidth.c index 4eb2222f2e..cb76f19f18 100644 --- a/tests/testheightforwidth.c +++ b/tests/testheightforwidth.c @@ -939,7 +939,10 @@ test_clicked (GtkWidget *button, { g_printerr ("GtkBuilder for interface \"%s\" returned error \"%s\"\n", interface->name, error->message); + g_error_free (error); + g_object_unref (builder); + return; }